Module 4 Data Fitting
-
Understand the difference between approximation and interpolation.
-
Understand the least squares method of data approximation.
-
Be able to use Matlab to fit different degree polynomial functions to a data set.
-
Be able to use Matlab to manipulate data to fit non-polynomial functions, like exponential, to a data set.
-
Know how and when to use the
polyfit
function in Matlab.
-
Know how and when to use the
polyval
function in Matlab.
-
Know how and when to use the
splines
function in Matlab.
-
Be able to plot data sets as individual points and the curves that approximate or interpolate them on the same plot figure.